home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2000 June / CyberMycha0006.iso / NFSPorsche / data1.cab / Program_Files / FEDATA / Controls / Radio Group.Ctr < prev    next >
Text File  |  2000-03-27  |  1KB  |  64 lines

  1. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2. ;
  3. ; Radio Group
  4. ;
  5. ; Similar to a panel in that it loads up a layout of other controls and displays them
  6. ; in its area.  However, internally it implements the ability to contain radio item
  7. ; controls which means they are mutually exclusive selectable controls.
  8. ;
  9. ; Created by Jason Major, June 15/99
  10. ;
  11. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  12.  
  13. [control]
  14. id=NFS5.RADIOGROUP
  15. description=Radio Group
  16.  
  17. parts=data,area
  18.  
  19. name.value=ID_RADIOGROUP
  20.  
  21. states=normal,hidden,selected
  22. states.flags=0
  23.  
  24. size.value=100,100
  25. size.flags=0
  26. moveable.value=1
  27. moveable.flags=HIDDEN|READONLY
  28. resizeable.value=1
  29. resizeable.flags=HIDDEN|READONLY
  30.  
  31. autosize.value=0
  32. autosize.flags=HIDDEN|READONLY
  33.  
  34.  
  35. [state.normal]
  36. parts=area,data
  37.  
  38. [state.selected]
  39. parts=area,data
  40.  
  41. [state.hidden]
  42. parts=data
  43.  
  44.  
  45. [part.data]
  46. id=DATA
  47. attributes.value=filename,transon,transoff
  48. transon.type=STRING
  49. transon.value=FADE
  50. transon.label=Transition On
  51. transon.flags=0
  52. transoff.type=STRING
  53. transoff.value=SAME
  54. transoff.label=Transition Off
  55.  
  56. filename.type=STRING
  57.  
  58. [part.area]
  59. id=RECT
  60. pos.value=0,0
  61. pos.flags=HIDDEN|READONLY
  62. size.value=control.size.width,control.size.height
  63. size.flags=HIDDEN|READONLY
  64. color.value=0x80000080